os.root.closed (field)

5 uses

	os (current package)
		root_openat.go#L29: 	closed bool // set when closed
		root_openat.go#L35: 	if !r.closed && r.refs == 0 {
		root_openat.go#L38: 	r.closed = true
		root_openat.go#L46: 	if r.closed {
		root_openat.go#L60: 	if r.closed && r.refs == 0 {